FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / IAsyncActionWithProgress<TProgress> Interface
The type of the progress data.
Members

In This Topic
    IAsyncActionWithProgress<TProgress> Interface
    In This Topic
    Represents an asynchronous action that includes progress updates.
    Object Model
    IAsyncActionWithProgress<TProgress> Interface
    Syntax
    'Declaration
     
    Public Interface IAsyncActionWithProgress(Of TProgress) 
       Inherits IAsyncInfo 
    public interface IAsyncActionWithProgress<TProgress> : IAsyncInfo  
    Type Parameters
    TProgress
    The type of the progress data.
    See Also